configure.ac: 0.1.24 release
authorØyvind Kolås <pippin@gimp.org>
Tue, 31 Jan 2017 23:29:08 +0000 (00:29 +0100)
committerØyvind Kolås <pippin@gimp.org>
Tue, 31 Jan 2017 23:29:08 +0000 (00:29 +0100)
AUTHORS
NEWS
configure.ac

diff --git a/AUTHORS b/AUTHORS
index ae2fec26f193d491e3a43cc3dd2751c390fb2551..01b5dbf7d06420fabec36839dd263ab98802b9a5 100644 (file)
--- a/AUTHORS
+++ b/AUTHORS
@@ -52,6 +52,9 @@
   <dt>Micheal Muré</dd>
   <dd>portability fixes</dd>
 
+  <dt>Edward E</dt>
+  <dd>win32 platform adaptations</dd>
+
   <dt>Maxime Nicco</dt>
     <dl>HSV color model extension</dl>
   <dt>Teo Mazars</dt>
diff --git a/NEWS b/NEWS
index a885050d816553768b5dd07adf79cffd9c1cee6d..4cf2b21e163e7cb109fd2c87b9ace2447ed500e3 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -4,6 +4,12 @@ the news section both in the README and the webpage.
 
 
                                                                           -->
+
+2017-02-01 babl-0.1.24                                              </dt><dd>
+Improvements to profile cache persistance, fast paths that improve actual GIMP
+use on various precisions, use single precision constants for some more of CIE
+computions.
+                                                                    </dd><dt>
 2016-11-05 babl-0.1.22                                              </dt><dd>
 Added cache of profiled conversions, added HCY color model, some precision and
 performance updated for fast paths.
index 729770c7ea6f60e20d4ebe7746ebd632f15ddf67..c15f6896981b3bbed2503e16d0a993ec29d8a9d5 100644 (file)
@@ -14,7 +14,7 @@ AC_PREREQ(2.54)
 
 m4_define([babl_major_version], [0])
 m4_define([babl_minor_version], [1])
-m4_define([babl_micro_version], [23])
+m4_define([babl_micro_version], [24])
 m4_define([babl_real_version],
           [babl_major_version.babl_minor_version.babl_micro_version])
 m4_define([babl_version], [babl_real_version])